Skip to content

Only supporting generated columns with valid string expressions#281

Merged
CGodiksen merged 3 commits intomainfrom
dev/valid-generated-columns
Feb 4, 2025
Merged

Only supporting generated columns with valid string expressions#281
CGodiksen merged 3 commits intomainfrom
dev/valid-generated-columns

Conversation

@CGodiksen
Copy link
Copy Markdown
Collaborator

This PR implements #280 by changing the original_expr field on GeneratedColumn to be String instead of Option<String>. This means that it is no longer possibly to create a generated column from which a string expression cannot be extracted.

@CGodiksen CGodiksen requested a review from chrthomsen January 31, 2025 22:00
@CGodiksen CGodiksen force-pushed the dev/valid-generated-columns branch from 00de27f to adc096d Compare February 4, 2025 16:36
@CGodiksen CGodiksen merged commit 2dc279e into main Feb 4, 2025
4 checks passed
@CGodiksen CGodiksen deleted the dev/valid-generated-columns branch February 4, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only support generated columns for which the original string expression can be extracted

3 participants